home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmiSoft / Util / Misc / Multiren.lha / MultiRen / Plugins / QuotedPrintable.readme < prev    next >
Encoding:
Text File  |  2003-01-06  |  981 b   |  33 lines

  1. Quoted Printable plugin v1.0 by Deniil 715! for MultiRen
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. This plugin converts all occourents of %nn in a filename,
  5. where nn is a hex number, to a character whos ASCII-number
  6. is nn.
  7.  
  8. File containing quoted printable in the filename usually
  9. come from the Internet where certain characters such as
  10. :, /, <space> etc are sometimes replaced by their numerical
  11. ASCII-value represented as a %-character followed by two
  12. characters forming an 8-bit hexadecimal number.
  13.  
  14. This plugin does not allow charactes with ASCII-values
  15. lower than %20 (32 decimal, which is space)! If such a
  16. character is encoutered it will be removed from the filename.
  17.  
  18. Here is an example:
  19.  
  20. Filename:    File%2Dname%21
  21. will become: File-name!
  22.  
  23. That is, "%2D" is replaced by "-" and "%21" by "!".
  24.  
  25.  
  26. Place this plugin in the subdirectory Plugins/ of MultiRen.
  27.  
  28. --
  29. My e-mail: deniil@algonet.se
  30.  
  31. Also check out  http://www.onyxsoft.nu/  for the latest releases!
  32.  
  33.